home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / super30a.zip / SMUTIL.ZIP / SAMPLE2.C < prev    next >
Text File  |  1991-04-22  |  506b  |  13 lines

  1. /*************************************************************************
  2. *                                                                        *
  3. * SAMPLE2.C                                                              *
  4. *                                                                        *
  5. *       Use this file OR SAMPLEA.ASM                                     *
  6. *************************************************************************/
  7.  
  8.  
  9. int smplad(int x,int y)
  10. {
  11.     return(x+y);
  12. }
  13.